##command:BaLliSTa
##Sets Ballista data to be loaded onto the map.
##The parameterless version signals the end of a BLST list.
BLST, 0, 6, -language:FE7:FE8 -unsafe -priority:ballista -indexMode:8 -offsetMod:1
	0x01, 0, 1, -fixed 
##Position of the ballista
	Position, 1, 2, -coordinates:2 -preferredBase:10
##Type of the ballista
	Type, 3, 1

BLST, 0, 1, -language:FE7:FE8 -unsafe -priority:ballista -end -indexMode:8 -offsetMod:1 -noDisassembly
	0x00, 0, 1, -fixed 



##Stops an ongoing trap object.
END_TRAP, 0, 1, -language:FE7:FE8 -unsafe -priority:ballista -end -indexMode:8 -offsetMod:1
	0x00, 0, 1, -fixed 

##Sets a Fire trap of a certain size at the given position.
FIRE, 0, 6, -language:FE7:FE8 -unsafe -priority:ballista -indexMode:8 -offsetMod:1
	0x04, 0, 1, -fixed 
##Position of the trap
	Position, 1, 2, -coordinates:2 -preferredBase:10
##Type of the trap
	Type, 3, 1
##Size of the trap
	Size, 4, 2, -coordinates:2 -preferredBase:10

##Sets a Gas trap of a certain size at the given position.
GAST, 0, 6, -language:FE7 -unsafe -priority:ballista -indexMode:8 -offsetMod:1
	0x05, 0, 1, -fixed 
##Position of the trap
	Position, 1, 2, -coordinates:2 -preferredBase:10
##Direction of the trap
	Direction, 3, 1
##Size of the trap
	Size, 4, 2, -coordinates:2 -preferredBase:10

##Sets an Arrow trap of a certain size at the given position.
ARROW, 0, 6, -language:FE8 -unsafe -priority:ballista -indexMode:8 -offsetMod:1
	0x07, 0, 1, -fixed 
##Position of the trap
	X coordinate, 1, 1, -coordinates:2 -preferredBase:10
##Size of the trap
	Size, 4, 2, -coordinates:2 -preferredBase:10

##Sets a Gorgon egg at the given position
EGG, 0, 6, -language:FE8 -unsafe -priority:ballista -indexMode:8 -offsetMod:1
	0x0C, 0, 1, -fixed 
##Position of the trap
	Position, 1, 2, -coordinates:2 -preferredBase:10
##(Direction of the trap)
	Unused1, 4, 1
##(Size of the trap)
	Unused2, 5, 1